gdk/x11: Add gdk_x11_device_get_id()
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Jul 2011 15:43:59 +0000 (17:43 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 15 Jul 2011 16:14:38 +0000 (18:14 +0200)
commitf90c154472cc9f3901644ccb49e944aca40200ca
treee61edd84e1cff6571e1d85f6bbe269055b0f22ae
parent1f264ddb4be91166d91839d56c75706a20a34b52
gdk/x11: Add gdk_x11_device_get_id()

This function can be used to find out the XInput2 device ID
behind a GdkDevice, mostly useful when you need to interact
with say Clutter, or raw libXi calls.
docs/reference/gdk/gdk3-sections.txt
gdk/gdk.symbols
gdk/x11/Makefile.am
gdk/x11/gdkdevice-xi2.c
gdk/x11/gdkdevicemanager-x11.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkx.h
gdk/x11/gdkx11device.h [new file with mode: 0644]